Namespace - LJCAddressParserLib
Parameters
currentToken - The token value.
currentIndex - The token index value.
Returns
true if the token is a Zipcode; otherwise, false.
Syntax
| C# |
|
public Boolean ParseZipCode(String currentToken, Int32& currentIndex)
|
Parses a token into the Zipcode Property.
Remarks
Decrements the currentIndex by one if Zipcode only.
Decrements the currentIndex by two if Zipcode and Zip4.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.